home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / ubiquity.postinst < prev    next >
Text File  |  2009-10-28  |  595b  |  25 lines

  1. #! /bin/sh
  2. set -e
  3.  
  4. . /usr/share/debconf/confmodule
  5.  
  6. if [ -e /etc/rc2.d/S20ubiquity ]; then
  7.     update-rc.d -f ubiquity remove >/dev/null 2>&1
  8. fi
  9.  
  10. # Automatically added by dh_installinit
  11. update-rc.d -f ubiquity remove >/dev/null || exit $?
  12. # End automatically added section
  13. # Automatically added by dh_pycentral
  14. rm -f /var/lib/pycentral/ubiquity.pkgremove
  15. if which pycentral >/dev/null 2>&1; then
  16.     pycentral pkginstall ubiquity
  17.     if grep -qs '^ubiquity$' /var/lib/pycentral/delayed-pkgs; then
  18.         sed -i '/^ubiquity$/d' /var/lib/pycentral/delayed-pkgs
  19.     fi
  20. fi
  21. # End automatically added section
  22.  
  23.  
  24. exit 0
  25.